getGeometry

open fun getGeometry(index: Int): Int
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];

Return

The geometry at the given index.

Parameters

index

The index of the element to return.